Xbasic

A5.CLOSE Function

Syntax

A5.Close([L no_check])

Arguments

no_check

Force window to close, without this option, a5.close() will wait for child windows to close before closing the application.

Description

The A5.CLOSE() method closes all open tables and shuts down Alpha Anywhere.

Example

Xbasic_wait_for_idle()
a5.close()

Limitations

Desktop applications only.

See Also